/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */

.invite-style {
    display: none;
}

.invite-style.show {
    display: block;
}

.modal-cont h2 {
    text-align: center;
    font-size: 20px;
}

.styles {
    margin-top: 30px;
}

.styles .item-style {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.styles .item-txt {
    margin-left: 20px;
}

.styles .item-txt h3 {
    font-size: 16px;
    line-height: 38px;
}

#invite-style1 .item-txt {
    margin-top: -8px;
}

#invite-style1 .item-txt h3 {
    line-height: 28px;
}

.styles .style-ft {
    position: relative;
    text-align: right;
    color: #999;
    height: 30px;
    line-height: 50px;
}

.styles .style-ft:after {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.style1 h3,
.style2 h3,
.style3 h3 {
    text-align: center;
    margin-bottom: 20px;
}

.style1 p {
    margin: 20px 0;
}

.style2 span {
    color: #808080;
}

.style3 {
    text-align: center;
}

.style3 p {
    color: #808080;
    line-height: 24px;
}

.style3 img {
    margin: 10px 0;
}

.style3 button {
    display: block;
    margin: 0 auto;
    border: none;
    width: 200px;
    height: 46px;
    background: #F6AE00;
    border-radius: 3px;
    color: white;
    font-size: 16px;
}

#invite-code {
    font-size: 36px;
    color: #F6AE00;
    font-family: "DIN-Medium";
}

#copy-txt {
    float: right;
    margin-top: 16px;
    border: none;
    background: none;
    color: #F6AE00;
    font-size: 16px;
    cursor: pointer;
}

.style2 p {
    font-weight: bold;
    margin: 10px 0;
}

.style2 .tips {
    font-weight: normal;
    color: #808080;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -210px;
    width: 420px;
    background: white;
    position: absolute;
    z-index: 101;
    padding: 45px 40px 30px 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

/* 复制 */

.copyinput input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.copyinput .copy-input {
    display: block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border: none;
    background: #F6AE00;
    border-radius: 3px;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}

/* 复制提示 */

.copy-tips {
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#30000000, endColorstr=#30000000);
    padding: 6px;
}

.copy-tips-wrap {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #F4D9A6;
    background-color: #FFFDEE;
    font-size: 14px;
}